产品类型 | 类别 | IP 地址 | 开通日期 | 到期日期 | 状态 | 操作 |
<%=IDCtype%> | <%if ori_IDC_name("istg")=true then%>托管<%else%>租用<%end if%> |
<%
Set dsX = Server.CreateObject("ADODB.Recordset")
Sql="Select * from FreeHost.FreeHost_IDCIP where PDID="&dsph("id")
dsX.Open Sql,conn,1,1
If dsX.Eof Then%>
IP尚未分配
<%else
while not dsX.eof
%>
<%=dsX("IP")%> <% dsX.movenext wend end if%> |
<%=formatdatetime(dsph("starttime"),1)%> | <%=formatdatetime(dsph("endtime"),1)%> | <%if dsph("endtime")>NOW then%>
<%if dsph("istest")="y" then%>
试用 <%else%>
<%=dsph("status")%>
<%end if%>
<%else%>
过期
<%if dsph("status")="暂停" then%>
暂停 <%end if%> <%end if%> |
">延期<%if dsph("IPMIserverid")>0 then%> &op=重启" onclick="JavaScript:if(!confirm('请确认重启')){return false;}">重启<%end if%> |
备注: | <%=dsph("userremindinfo")%> | |||||
订单处理结果: | <%=dsph("openinfo")%> |